home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1995-03-08 | 571 b | 19 lines | [TEXT/3PRM] |
- definition module windowDevice;
-
-
- // Version 0.8 to 1.0
-
-
- import windowInternal, windowOpen, windowAccess;
-
-
- WindowFunctions :: DeviceFunctions *s;
-
- WindowSetThumbs :: !Window !Int !Int !Int !Int !(!Int, !Int) !(UpdateFunction *s) !*s !Toolbox
- -> (!Window, !*s, !Toolbox);
-
- IOStateGetCursorPos :: !(IOState s) -> (!Bool, !Bool, !WindowPtr, !IOState s);
- IOStateGetLocalCursor :: !(IOState s) -> (!CursorShape, !IOState s);
- IOStateGetGlobalCursor :: !(IOState s) -> (!CursorShape, !IOState s);
- IOStateSetCursorShape :: !CursorShape !(IOState s) -> IOState s;
-